home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
misc_src
/
knowhow4
/
shadow.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-01
|
272 b
|
15 lines
// SHADOW.H Shadow under the object, at right and bottom,
// or around it.
#ifndef __SHADOW_H_
#define __SHADOW_H_
#include <graphics.h>
#include "colors.h"
struct Shadow
{
void show(rect where, int pixels);
};
#endif __SHADOW_H_